Xbasic

OBJECT.RIGHT Function

Syntax

.Right()

Description

Moves the focus to the right.

The <OBJECT>.RIGHT() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.RIGHT() method moves the focus to the right as if the user had pressed the "Right" key.

Example

dim ptr as P
ptr = form.view("Customer Information")
ptr.right()

Limitations

Desktop applications only.

See Also